home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global pswd, userNo, checkPswd
- if the doubleClick then
- exit
- end if
- if the text of field "password" = checkPswd then
- setAt(pswd, userNo, checkPswd)
- resetUserNames()
- prepfrontpage()
- else
- cursor(0)
- alert("This password did not match the previous one.")
- put " " into field "password"
- go("ChngPsWrd")
- end if
- end
-